跳到主要内容

获取我的跟单者列表

请求类型: GET

接口路径: /v1/copy-trade-account/copy-trade/leader-followers

限流规则

2次/秒/IP

请求参数

参数名类型是否必填默认值描述
directionstringNEXT查询方向: PREV - 上一页, NEXT - 下一页
limitnumber10每页数量 (1–100)
idobject起始ID,例如 6216559590087220004

响应示例

响应
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"accountId": 0, // 跟单者账户ID
"avatar": "string", // 跟单者头像
"days": 0, // 跟单天数
"followMargin": 0, // 跟单保证金
"followProfit": 0, // 跟单盈亏
"followProfitRate": 0, // 跟单盈亏率
"followerName": "string", // 跟单者名称
"id": 0, // ID
"pageId": 0 // 用于分页查询的ID
}
]
}
}